#!/bin/bash

rm -f /tmp/mpg123.pid
/usr/bin/mpg123 /mnt/audio/luft.mp3 &
echo $! > /tmp/mpg123.pid

